Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

AddRange Method








The ICollection whose elements should be added to the end of the collection.
Adds the elements of an ICollection to the end of the collection.
Syntax
public virtual void AddRange( 
   ICollection<T> collection
)
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal collection As ICollection(Of T) _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim collection As ICollection(Of T)
 
instance.AddRange(collection)
public virtual void AddRange( 
   ICollection<T> collection
)
 function Leadtools.RasterCollection.AddRange( 
   collection 
)
public:
virtual void AddRange( 
   ICollection<T^>^ collection
) 

Parameters

collection
The ICollection whose elements should be added to the end of the collection.
Remarks
The collection itself cannot be a null reference, but it can contain elements that are a null reference (Nothing).
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file